There are really three steps:
Person_DTO dto = person.getDTO(); dto.setAddress1("invalid value"); person.setDTO(dto);
Necessary Change Handlers will fire to validate the change to this "person" object as well as other cascading events as specified in the entity's change handlers.
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Documentation build: 12.7.2016 11:59:39 [SDK_1481129979000]